html{
	width:100%;
}
body{
	width:100%;
	position:relative;
	}
*{
	font-family: "微软雅黑" !important;	
	}
img{
	border:none;
	}
a{
	text-decoration: none;
}
/*华医网pc端布局 gw顶部头*/

/*gw logo*/
.header_logo{
	width:1200px;
	height:100px;
	/*background: #FBFBFB;*/	
	margin: 0 auto;

}
.logo{
	float:left;
	margin-top:20px;
	width:369px;
	height:34px;
}
.search{
	float: left;
	width:394px;
	height:40px;
	margin-top:33px;
	margin-left:104px;
}
.txt{
	width:319px;
	height: 36px;
	border-left:1px solid #0e7892;
	border-bottom:1px solid #0e7892;
	border-top:1px solid #0e7892;
	border-right:none;
	float:left;
	color:#555;
	font-size:14px;
	text-indent: 20px;
	line-height: 36px;
	padding: 0;
}
.txt::-webkit-input-placeholder{ /*WebKit 对placeholder起作用*/
	color:#b3b3b3;
}
.Search{
	display: block;
	float:right;
	width:73px;
	height:36px;
	border-bottom:1px solid #0e7892;
	border-right:1px solid #0e7892;
	border-top:1px solid #0e7892;
	background: #148caa;
	text-align: center;
	line-height: 36px;
	color:#fff;
	font-size:15px;
	cursor:pointer;
}
.phone{
	width:145px;
	float:right;
	margin-top:21px;
}

/*gw 导航*/
.nav{
	width:100%;
}
.nav_action{
	width:1200px;
	margin: 0 auto;
	position: relative;
}
.nav_action_one{
	width: 100%;
	float:left;
}
.nav_action_one ul{
	float: left;
	position:relative;
}
.nav_action_one ul li{
	float:left;
	margin: 9px 43px 9px 0;
}
.nav_action_one ul li a{
	color:#333;
	font-size:16px;
}
.find_nav_cur a {
    color: #188aae !important;
}
.sideline {
    position: absolute;
    border: 0;
    height: 2px;
    background: #188aae;
    top:28px;
    z-index: 2;
}
.zad{
	float:right;
}
.zad dl{
	float:left;
	line-height: 39px;
	font-size: 16px;
	cursor: pointer;
	color:#333;
}
.unload{
	float:left;
	margin-right: 50px;
	position: relative;
}
.unload label{
	float:left;
	background: url(../img/phone_icon.png) no-repeat left center;
	text-indent: 25px;
	cursor: pointer;
}
.unload img{
	position:absolute;
	left:-20px;
	top:40px;
	z-index: 33333;
	display: none;
}
.zad dl dd{
	float:left;
	margin-left: 20px;
}
.zad dl dd img{
	margin-right: 8px;
	vertical-align: middle;
}
.nav_action_two{
	float:left;
	position: absolute;
	z-index: 333; 
	top:39px;
	width:100%;
}
.cateleft_o{
	width: 180px; 
	height:360px;
	float:left;
	background:#188aae;
	position:relative;
}
.cateleft_o li{
	font-size:14px;
	width:100%;
	height:45px;
	/*background: url(../img/rthree.png) no-repeat 160px center;*/
	float:left;
	cursor: pointer;
}
.cateleft_o li span{
	color:#fff;
	float:left;
	width:100%;
	text-indent: 20px;
	height:45px;
	line-height: 45px;
	position:relative;
	}
.cateleft_o li span img{
	position:absolute;
	right: 20px;
	top: 16px;
	transition: transform 2s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-moz-transition: -moz-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
}
.cateleft_o li:hover span img{
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);	
	}
.cateleft_o li:hover .submenu{
	display: block;
	}
/*gw二级导航*/
.submenu{
	position: absolute; 
	left: 180px;
	top:0;
	z-index: 10;
	width: 498px;
	height: 358px;
	display: none;
	border:1px solid #ddd;
	background:#fff;
	}
.subleft {
	float: left;
	width: 100%;
	margin-top:14px;
	}
.subleft>dl{
	float:left;
	padding: 5px 0;
	}
.subleft>dl>dt{
	float: left;
	line-height: 28px;
	width:120px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	color: #333;
	text-align: center;
	}
.subleft>dl>dt>a{
	color: #333;
}
.subleft>dl>dd{
	float:left;
	width:370px;
}
.subleft>dl>dd>a{
	float: left;
	margin:6px 0;
	border-left: 1px solid #ccc;
	padding: 0 12px;
	color: #707070;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	 }
.login_box{
	float:right;
	margin-top:24px;
}
/*登录后*/
.login_after{
	width: 230px;
	height: 302px;
	padding:5px 20px;
	float:left;
	background: #f4fbff;
	border-radius: 8px;
}
.login_after p{
	float:left;
	padding: 12px 0;
	color:#333;
}
.login_after ul{
	flaot:left;
	width:100%;
}
.login_after ul li{
	float:left;
	width: 50%;
	padding: 10px 0;
	text-align: center;
}
.login_after ul li a{
	color:#666666;
	font-size: 14px;
}
.login_after ul li a img{
	margin-left:40px;
	float:left;
}
.login_after ul li a span{
	float:left;
	width:100%;
	padding: 3px 0;
}
.login_after label{
	float:left;
	text-align: center;
	border-radius: 5px;
	margin-top:14px;
	cursor: pointer;
	font-size: 14px;
}
.gm{
	width:100%;
	height: 40px;
	line-height: 40px;
	background:#188aae;
	color:#fff;
}
.tc{
	width:228px;
	border:1px solid #d6d6d6;
	line-height: 38px;
	height: 38px;;
	background: #fff;
	color:#999999;
	
}
/*登录前*/
.login_node{
	width: 230px;
	padding:5px 20px;
	float:left;
	background: #f4fbff;
	border-radius: 8px;
}
.login_node dl{
	float:left;
	width:100%;
}
.login_node dl dd{
	float:left;
	color: #999;
	font-size: 16px;
	cursor: pointer;
	padding: 12px 0;
	text-align: center;
	width:50%;
	border-bottom: 1px solid #ddd;	
}
.login_node dl dd.ace{
	color:#188aae;
	border-bottom: 1px solid #188aae;
}
.mess_box{
	float:left;
	margin-top:18px;
}
.mess_node{
	float:left;
	width:230px;
}
.item{
	background: #fff;
	float:left;
	width:228px;
	margin-bottom: 14px;
	border:1px solid #d6d6d6;
	border-radius: 5px;
}
.item i{
	float:left;
	width:30px;
	height: 38px;
}
.item input{
	float:left;
	width:85%;
	padding: 9px 0;
	font-size:14px;
	color:#b2b2b2;
}
.item2{
	background: #fff;
	float:left;
	width:58%;
	border:1px solid #d6d6d6;
}
.item2 input{
	float:left;
	width:70%;
	padding: 9px 0;
	font-size:14px;
	color:#b2b2b2;
}
.mess_node img{
	float:right;
	cursor: pointer;
}
.item input::-webkit-input-placeholder{ /*WebKit 对placeholder起作用*/
	color: #b2b2b2;
}
.yhm{
	background: url(../img/yhm.png) no-repeat center center;
}
.mm{
	background: url(../img/mm.png) no-repeat center center;
}
.yzm{
	background: url(../img/yazm.png) no-repeat center center;
}
.button{
	float:left;
	width:100%;
}
.button>input{
	float:left;
	outline: none;
	width:100%;
	color:#fff;
	height:40px;
	cursor: pointer;
	font-size: 14px;
	line-height: 40px;
	background:#188aae;
	border-radius: 5px;
}
.button a{
	padding: 10px 0;
	color: #188aae;
	font-size: 12px;
	float:left;
	margin-right: 43px;
}
.button a:last-child{
	margin-right: 0;
	color:#999999;
}


/*gw 轮播图*/
.banner{
	width:100%;
}
.example{
	position: relative;
    width: 100%;
    height:360px;
    }
.ft-carousel{
	float:left;
	width:100%;
}
.ft-carousel ul{
	float: left;
	width:100%;
	overflow: hidden;
}
.ft-carousel ul li{
	float: left;
	width:100%;
	height: 360px;
}
.ft-carousel ul li img{
	float: left;
	width:100%;
	height: 360px;
}


/*gw 直播*/
.live{
	width:100%;
	float:left;
	padding-bottom: 10px;
}
.tongzhi{
	float:left;
	margin: 20px 0 0 0;
}

.rolltext{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    float:left;
    max-height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
}
.rolltext ul{
    float:left;
}
.rolltext img{
	float:left;
	margin:5px 8px 0 0;
}
.rolltext ul li{
    white-space: nowrap;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.rolltext ul li a{
	color:#333;
}
.live-con{
	width:1200px;
	margin:0 auto;
}
.live_t{
	float: left;
	margin-top:12px;
	width:1200px;
	height:48px;
	font-size:20px;
	color:#333;
	background: url(../img/live_t.png) no-repeat center left;
	line-height: 48px;
	text-indent: 12px;
}
.more{
	float:right;
	width:54px;
	font-size: 12px;
	background: url(../img/more.png) no-repeat center right;
}
.more>a{
	color:#808080;
}
.yixuebox{
	width:100%;
	float: left;
}
.yixuebox ul{
	float:left;
	padding: 10px 0;
}
.yixuebox ul li{
	float:left;
	width:180px;
	height: 120px;
	margin-left:24px;
	position: relative;
	cursor: pointer;
}
.yixuebox ul li:first-child{
	margin-left:0;
}
.yixuebox dl{
	float:left;
	width:100%;
	padding: 10px 0;
}
.yixuebox dl dd{
	float:left;
	width:384px;
	height: 120px;
	margin-left:24px;
	background: #ddd;
}
.yixuebox dl dd:first-child{
	margin-left:0;
}
.live-pic{
	width:100%;
	float: left;
	padding: 10px 0;
}
.live-pic .pic{
	float:left;
	width:224px;
	margin-left:20px;
	position: relative;
	cursor: pointer;
}
/*.live-pic .pic:hover{
	box-shadow: 0 3px 3px #e3e3e3;
}*/

.live-pic .pic:first-child{
	margin-left:0;
}
.pic dt{
	float:left;
	width:100%;
	height: 124px;
	overflow: hidden;
	position:relative;
}
.pic dt img{
	transition: transform 0.5s ease-out;
}
.gyl{
	position:absolute;
	left:0;
	top:0;
	width: 120px;
	padding: 0 3px;
	background: url(../img/gt_bg.png) no-repeat left top;
	height: 19px;
	line-height: 19px;
	color:#fff;
	font-size: 12px;
}
.live-pic .pic:hover dt img{
	transform: scale(1.15);
}
.pic dd{
	margin-top:5px;
	line-height: 18px;
	float:left;
	width:100%;
	font-size:14px;
	color:#3c3d3d;
}
.pic dd p{
	float:left;
	width:92%;
	padding: 5px 4%;
	overflow: hidden;
}
.pic dd p:nth-of-type(2){
	color:#999999;
	font-size:12px;
}
.pic dd .proe{
	float:left;
	width: 92%;
    padding:0 4%;
	color:#999999;
	font-size:12px;
}
.proe img{
	float:left;
	margin-top:3px;
	margin-right: 5px;
}
.proe span{
	color:#666666;
	float:left;
	width:70%;
}
.proe label{
	float:left;
	color:#666666;
}
.proe label>img{
	vertical-align: middle;
}
.jcjx{
	float:left;
	width:100%;
	background: #f3f5f7;
}
.zjzc{
	float:left;
	width:100%;
	background: #fff;
}
.live-pic ul{
	float: left;
	padding: 10px 0;
}
.live-pic ul li{
	float: left;
	margin-right:40px;
}
.live-pic ul li a{
	color:#333333;
	font-size: 16px;
}
/*gw 尾部*/
.footer{
	width:100%;
	float:left;
	background:#188aae;
}
.footer-drugs{
	width:1200px;
	margin:0 auto;
}
.footer_box{
	float:left;
	width:100%;
	padding: 24px 0;
}
.footer_box p{
	float:left;
	width:460px;
	line-height: 28px;
	font-size: 14px;
	color:#fff;
}
.footer_box p img{
	vertical-align: middle;
}
.ewm{
	float:right;
	margin-top:20px;
}















































































































































